public interface CiscoProvCallParkEv extends CiscoProvFeatureEv
CiscoProvCallParkEv
event is delivered to providerobserver when a call is
parked/unparked from any device in the cluster. To receive this event application should register
using CiscoProvider.registerFeature() and CiscoProvFeatureID.MONITOR_CALLPARK_DN. User profile
used by the application should have 'Call Park Retrieval Allowed' flag enabled to receive this
event.
Modifier and Type | Field and Description |
---|---|
static int |
ID |
static int |
PARK_STATE_ACTIVE
Indicates that a call is parked
|
static int |
PARK_STATE_IDLE
Indicates that a call is unparked
|
static int |
REASON_CALLPARK
Indicates that this event is due to call park
|
static int |
REASON_CALLPARKREMAINDER
Deprecated.
This interface is deprecated due to a spelling error. Use the new interface
REASON_CALLPARKREMINDER.
|
static int |
REASON_CALLPARKREMINDER
Indicates that the call is offered back to the parking party after call park reminder
|
static int |
REASON_CALLUNPARK
Indicates that the call is unparked
|
CAUSE_EM_LOGIN, CAUSE_EM_LOGIN_PROFILE_ADD, CAUSE_EM_LOGOUT, CAUSE_EM_LOGOUT_PROFILE_REMOVE, CAUSE_NORMAL
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
Modifier and Type | Method and Description |
---|---|
int |
getintCallIDValue()
Returns an integer representation of this object
|
java.lang.String |
getParkDN()
This returns where the call is parked
|
java.lang.String |
getParkedParty()
This returns the DN of the parked party
|
java.lang.String |
getParkedPartyPartition()
This returns the partition of the Parked Party
|
java.lang.String |
getParkingParty()
This returns the DN of the parking party
|
java.lang.String |
getParkingPartyPartition()
This returns the partition of the Parking party
|
java.lang.String |
getParkPartyPartition()
This returns the partition of park DN
|
int |
getReason()
This returns the reason of the event.
|
int |
getState()
This returns the state of the call Possible states are CiscoProvCallParkEv.PARK_STATE_IDLE
CiscoProvCallParkEv.PARK_STATE_ACTIVE
|
getFeatureID
getCiscoCause
static final int ID
static final int REASON_CALLPARK
static final int REASON_CALLUNPARK
static final int REASON_CALLPARKREMAINDER
static final int REASON_CALLPARKREMINDER
static final int PARK_STATE_IDLE
static final int PARK_STATE_ACTIVE
java.lang.String getParkingParty()
java.lang.String getParkedParty()
java.lang.String getParkDN()
int getReason()
int getState()
int getintCallIDValue()
java.lang.String getParkingPartyPartition()
java.lang.String getParkedPartyPartition()
java.lang.String getParkPartyPartition()